home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1535 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  556 b   |  17 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true)
  5.       {
  6.          _root.sfx.gotoAndStop(3);
  7.          _root.next_dis1 = 2;
  8.          _root.next_txt1 = "All I need now is something to put in it.";
  9.       }
  10.       if(_root.micon._currentframe == 2)
  11.       {
  12.          _root.next_dis1 = 2;
  13.          _root.next_txt1 = "It\'s a glass jar. I used to keep my pets in jars like this one, but they all seemed to die on me. Maybe I should have poked holes in the lid...";
  14.       }
  15.    }
  16. }
  17.